From 255d6b9cd8fcbc7185ed159ebc961d67a3e51955 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 16:00:31 -0500 Subject: [PATCH] docs: fix typo in function name --- gtk/gtkwidget.c | 2 +- gtk/gtkwidget.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 61901efacd..61c24464c9 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -1763,7 +1763,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS * @widget: the object which received the signal. * * The ::realize signal is emitted when @widget is associated with a - * #GdkWindow, which means that gtk_wiget_realize() has been called or the + * #GdkWindow, which means that gtk_widget_realize() has been called or the * widget has been mapped (that is, it is going to be drawn). */ widget_signals[REALIZE] = diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 4f00e25bb8..fd39a28e03 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -160,7 +160,7 @@ struct _GtkWidget * means that either it or any of its parents up to the toplevel * widget have been set as hidden. * @realize: Signal emitted when widget is associated with a - * #GdkWindow, which means that gtk_wiget_realize() has been called or + * #GdkWindow, which means that gtk_widget_realize() has been called or * the widget has been mapped (that is, it is going to be drawn). * @unrealize: Signal emitted when the GdkWindow associated with * widget is destroyed, which means that gtk_widget_unrealize() has -- 2.30.2